Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diagnostics: processes #11516

Merged
merged 4 commits into from
Aug 8, 2024
Merged

diagnostics: processes #11516

merged 4 commits into from
Aug 8, 2024

Conversation

dvovk
Copy link
Member

@dvovk dvovk commented Aug 7, 2024

  • Collecting CPU and Memory usage info about all processes running on the machine
  • Running loop 5 times with 2 seconds delay and to calculate average
  • Sort by CPU usage
  • Write result to report file
    Result:
    Screenshot 2024-08-07 at 18 40 08

@dvovk dvovk requested a review from taratorio August 7, 2024 17:39
@dvovk dvovk requested a review from taratorio August 7, 2024 21:30
@dvovk dvovk merged commit de47042 into main Aug 8, 2024
10 checks passed
@dvovk dvovk deleted the processes branch August 8, 2024 07:50
dvovk added a commit that referenced this pull request Aug 12, 2024
- Collecting CPU and Memory usage info about all processes running on
the machine
- Running loop 5 times with 2 seconds delay and to calculate average
- Sort by CPU usage
- Write result to report file
Result:
![Screenshot 2024-08-07 at 18 40
08](https://github.com/user-attachments/assets/aac1264c-1eb9-4c8e-b6a6-7e248e37855a)
dvovk added a commit that referenced this pull request Aug 12, 2024
Changes:
- Collecting CPU and Memory usage info about all processes running on
the machine
- Running loop 5 times with 2 seconds delay and to calculate average
- Sort by CPU usage
- Write result to report file
- Display totals for CPU and Memory usage to processes table
- Display CPU usage by cores
- Print CPU details to table

Cherry pick from:
- #11516
- #11526
- #11537
- #11544
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants